home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 1.iso / util / w_ounarj.exe / UNARJ.DOC next >
Text File  |  1994-08-10  |  665b  |  21 lines

  1. Function:
  2.      Extract files contained in a .ARJ archive.
  3.  
  4. Syntax:
  5.      UNARJ source.arj [destination] [/E][/X][/T]
  6.  
  7.      source.zip        Specifies the archive file name.
  8.      destination    Specifies the directory to place the extracted
  9.             file(s) in. When a destination sub-directory is 
  10.             not specified then the current directory is 
  11.             used.
  12.      /E            Extract file(s), ignoring paths.
  13.      /X            Extract file(s), recreating the directory 
  14.             structure. This is the default.
  15.      /T            Test contents of archive.
  16.  
  17. Notes:
  18.     Command UNARJ extracts all files from the specified archive.
  19.  
  20.     When the distination sub-directory does not exist, it is created.
  21.